From: Ewan Mellor Date: Wed, 14 Mar 2007 21:37:00 +0000 (+0000) Subject: Fix typo in xm-test. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15289^2~11 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https://%22%22/%22http:/www.example.com/cgi/%22https:/%22%22?a=commitdiff_plain;h=a72d446f86418dcfaf346ff13c3c25ea689724e1;p=xen.git Fix typo in xm-test. Signed-off-by: Tom Wilkie --- diff --git a/tools/xm-test/tests/destroy/01_destroy_basic_pos.py b/tools/xm-test/tests/destroy/01_destroy_basic_pos.py index 3d007b12a4..02e31d6aa8 100644 --- a/tools/xm-test/tests/destroy/01_destroy_basic_pos.py +++ b/tools/xm-test/tests/destroy/01_destroy_basic_pos.py @@ -37,4 +37,4 @@ if not re.search("proc", run["output"]): # destroy domain - positive test status, output = traceCommand("xm destroy %s" % domain.getName()) if status != 0: - FAIL("xm destroy returned invalud %i != 0" % status) + FAIL("xm destroy returned invalid %i != 0" % status)